+2007-01-08 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkentry.sgml: Expand deprecation notes for
+ gtk_entry_append/prepend_text. (#394034, Micah Carrick)
+
2007-01-07 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Correct the include
@entry: a #GtkEntry.
@text: the text to append.
+@Deprecated: gtk_entry_append_text() is deprecated and should not
+ be used in newly-written code. Use gtk_editable_insert_text()
+ instead.
<!-- ##### FUNCTION gtk_entry_prepend_text ##### -->
<para>
-Prepends the given text to the contents of th ewidget.
+Prepends the given text to the contents of the widget.
</para>
@entry: a #GtkEntry.
@text: the text to prepend.
+@Deprecated: gtk_entry_prepend_text() is deprecated and should not
+ be used in newly-written code. Use gtk_editable_insert_text()
+ instead.
+
<!-- ##### FUNCTION gtk_entry_set_position ##### -->